dollar-linked - ترجمة إلى إيطالي
DICLIB.COM
أدوات لغة الذكاء الاصطناعي
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات بواسطة الذكاء الاصطناعي

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

dollar-linked - ترجمة إلى إيطالي

DATA STRUCTURE WHICH IS A LINEAR COLLECTION OF DATA ELEMENTS, CALLED NODES, EACH POINTING TO THE NEXT NODE BY MEANS OF A POINTER
Linked lists; Singly linked list; Circularly linked list; Singly-linked list; Linked List; Two-way list; Two-way linked list; Symmetrically linked list; Circular list; LinkedList; Tail sharing; Tail-sharing; Linked List in Pascal; Dynamic list; Circular linked list
  • Diagram of inserting a node into a singly linked list
  • Diagram of deleting a node from a singly linked list
  • A linked list is a sequence of nodes that contain two fields: an integer value and a link to the next node. The last node is linked to a terminator used to signify the end of the list.

dollar-linked      
associato al dollaro
enzyme-linked immunoabsorbent assay         
  • Human anti-IgG, double antibody sandwich ELISA
  • Direct ELISA diagram
  • right
  • Schematic flowchart: ELISA and COVID-19 doi.org/10.7717/peerj.10180
ASSAY
ELISA test; Enzyme-linked immunosorbent assay; Enzyme-Linked Immunosorbent Assay; Enzyme linked immunosorbent assay; Enzyme Linked Immunosorbent Assay; Immunosorbent assay; Enzyme-Linked Immunoabsorbent Assay; Enzyme-Linked ImmunoSorbent Assay; ELISA assay; Enzyme linked immunosorbant assay; Enzymatic immunoassay; Enzyme-linked-immuno-sorbent-assays; Enzyme-Linked Immunosorbent Assays; Antigen testing
test di immunoassorbenza enzimatica, esame del sangue che permette di individuare anticorpi a particolari virus o batteri ed è un esame preliminare nella individuazione dell"HIV (medic.)
linked list         
elenco collegato (informatica- struttura di elenchi di dati collegati fra di loro)

تعريف

USD
User#&39;s Supplementary Documents (Reference: BSD, Unix)

ويكيبيديا

Linked list

In computer science, a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence. In its most basic form, each node contains: data, and a reference (in other words, a link) to the next node in the sequence. This structure allows for efficient insertion or removal of elements from any position in the sequence during iteration. More complex variants add additional links, allowing more efficient insertion or removal of nodes at arbitrary positions. A drawback of linked lists is that access time is linear (and difficult to pipeline). Faster access, such as random access, is not feasible. Arrays have better cache locality compared to linked lists.

Linked lists are among the simplest and most common data structures. They can be used to implement several other common abstract data types, including lists, stacks, queues, associative arrays, and S-expressions, though it is not uncommon to implement those data structures directly without using a linked list as the basis.

The principal benefit of a linked list over a conventional array is that the list elements can be easily inserted or removed without reallocation or reorganization of the entire structure because the data items do not need to be stored contiguously in memory or on disk, while restructuring an array at run-time is a much more expensive operation. Linked lists allow insertion and removal of nodes at any point in the list, and allow doing so with a constant number of operations by keeping the link previous to the link being added or removed in memory during list traversal.

On the other hand, since simple linked lists by themselves do not allow random access to the data or any form of efficient indexing, many basic operations—such as obtaining the last node of the list, finding a node that contains a given datum, or locating the place where a new node should be inserted—may require iterating through most or all of the list elements.

أمثلة من مجموعة نصية لـ٪ 1
1. Before, dollar–linked debt was about 30 per cent of the total, now there is none.
2. Even dollar–linked deposits offer higher interest than a year ago or six months ago.
3. It has been hugely successful in removing dollar–linked debt from the market.
4. The housing sector is particularly dollar–linked, and this sector makes up 20.5 percent of the Consumer Price Index.
5. The Treasury has been able to remove dollar–linked debt because investors have few concerns over Brazil‘s external accounts.